photoanalysisd is using 124 % on my cpu Late 2010 mea

photoanalysisd is using 124 % on my cpu Late 2010 MBA

fans constantly running cpu hot

MacBook Air, macOS Sierra (10.12)

Posted on Sep 21, 2016 7:55 AM

Reply
8 replies

Sep 25, 2016 4:53 PM in response to laurent305a

Hi Folks

I had this - any yes if you have more than 1 picture it goes nuts ... I left my laptop running over night to find it almost too hot to touch the next morning...


I ran the following script which disables the agent and a few other buggie things that hog cpu and battery , if there things us use you can just remove them from the disable list. (my cpu is now back to 1% and cold boots in 8 seconds).


Anyone else noticed that you can not rate the install - come on apple!!

Copy from here ->


TODISABLE=('com.apple.photoanalysisd' 'com.apple.telephonyutilities.callservicesd' 'com.apple.AirPlayUIAgent' 'com.apple.AirPortBaseStationAgent' 'com.apple.CalendarAgent' 'com.apple.DictationIM' 'com.apple.iCloudUserNotifications' 'com.apple.familycircled' 'com.apple.familycontrols.useragent' 'com.apple.familynotificationd' 'com.apple.gamed' 'com.apple.icloud.findmydeviced.findmydevice-user-agent' 'com.apple.icloud.fmfd' 'com.apple.imagent' 'com.apple.cloudfamilyrestrictionsd-mac' 'com.apple.cloudpaird' 'com.apple.cloudphotosd' 'com.apple.DictationIM' 'com.apple.assistant_service' 'com.apple.CallHistorySyncHelper' 'com.apple.CallHistoryPluginHelper' 'com.apple.AOSPushRelay' 'com.apple.IMLoggingAgent' 'com.apple.geodMachServiceBridge' 'com.apple.syncdefaultsd' 'com.apple.security.cloudkeychainproxy3' 'com.apple.security.idskeychainsyncingproxy' 'com.apple.security.keychain-circle-notification' 'com.apple.sharingd' 'com.apple.appleseed.seedusaged' 'com.apple.cloudd' 'com.apple.assistantd' 'com.apple.parentalcontrols.check' 'com.apple.parsecd' 'com.apple.identityservicesd')





for agent in "${TODISABLE[@]}"

do

sudo launchctl unload -w /System/Library/LaunchAgents/${agent}.plist

launchctl unload -w /System/Library/LaunchAgents/${agent}.plist

echo "[OK] Agent ${agent} Disabled"

done





# Daemons to disable

TODISABLE=('com.apple.netbiosd' 'com.apple.preferences.timezone.admintool' 'com.apple.preferences.timezone.auto' 'com.apple.remotepairtool' 'com.apple.rpmuxd' 'com.apple.security.FDERecoveryAgent' 'com.apple.icloud.findmydeviced' 'com.apple.findmymacmessenger' 'com.apple.familycontrols' 'com.apple.findmymac' 'com.apple.AirPlayXPCHelper' 'com.apple.SubmitDiagInfo' 'com.apple.screensharing' 'com.apple.appleseed.fbahelperd' 'com.apple.apsd' 'com.apple.AOSNotificationOSX' 'com.apple.FileSyncAgent.sshd' 'com.apple.ManagedClient.cloudconfigurationd' 'com.apple.ManagedClient.enroll' 'com.apple.ManagedClient' 'com.apple.ManagedClient.startup' 'com.apple.iCloudStats' 'com.apple.locationd' 'com.apple.mbicloudsetupd' 'com.apple.laterscheduler' 'com.apple.awacsd' 'com.apple.eapolcfg_auth' 'com.apple.familycontrols')





for daemon in "${TODISABLE[@]}"

do

sudo launchctl unload -w /System/Library/LaunchDaemons/${daemon}.plist

launchctl unload -w /System/Library/LaunchDaemons/${daemon}.plist

echo "[OK] Daemon ${daemon} Disabled"

done

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

photoanalysisd is using 124 % on my cpu Late 2010 mea

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.